| lcCmdMessage | Home |
|
int lcCmdMessage ( HANDLE hCmd, LPCWSTR szText, int uType ); |
| hCmd | |
| Handle to a custom command object. | |
| szText | |
| Message text. | |
| uType | |
| The contents and behavior of the dialog box. Use same values as for Windows API MessageBox function. | |
| Same as for Windows API MessageBox function. |
lcCmdMessage( hCmd, L"No selected entities", MB_ICONSTOP );